home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2001 November / SGI IRIX Installation Tools & Overlays 2001 November - Disc 3.iso / dist / cluster_services.idb / var / cluster / cmgr-templates / cmgr-create-resource-CXFS.z / cmgr-create-resource-CXFS
Text File  |  2001-10-10  |  1KB  |  33 lines

  1. #
  2. # The following cluster_mgr script allows users to define a resource of 
  3. # resource type CXFS for a cluster in the CDB. This script has to run as 
  4. # "/usr/cluster/bin/cluster_mgr -f".  Replace all the values that are
  5. # within "<<" and ">>" with values appropriate for the resource and 
  6. # run the script.
  7. #
  8.  
  9. #
  10. # CXFS resource type 
  11. # If multiple resources of resource type CXFS have to be defined, repeat
  12. # the following filesystem definition template.
  13. #
  14. # Name of the CXFS filesystem.  The name of the filesystem resource has 
  15. # to be absolute path name of the CXFS mount point.
  16. # Example value: /shared_vol 
  17. #
  18. define resource <<name of the filesystem>> of resource_type CXFS in cluster <<cluster name>>
  19.  
  20. #
  21. # Relocate meta data server of the CXFS filesystem: CXFS filesystem
  22. # meta data server will be relocated to the local node when CXFS resource
  23. # is started.
  24. # This field is optional. Default value is "false".
  25. # Acceptable values: true, false
  26.     set relocate-mds to <<true or false>>
  27. done
  28.  
  29. #
  30. # Script complete. This should be last line of the script
  31. #
  32. quit
  33.